home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac 58 / CD-ROM N°58.iso / navigateurs / Netscape Folder / chrome / wallet / content / default / WalletPreview.xul < prev   
Encoding:
Extensible Markup Language  |  2000-04-19  |  1.1 KB  |  40 lines  |  [TEXT/MOSS]

  1. <?xml version="1.0"?>
  2. <!DOCTYPE window>
  3. <xul:window xmlns="http://www.w3.org/TR/REC-html40"
  4.       xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  5.  
  6.   <script src="chrome://global/content/strres.js"/>
  7.   <script src="WalletPreview.js"/>
  8.  
  9.   <frameset rows = "15,25,100,75"
  10.            border="0"
  11.            framespacing="0"
  12.            onload="loadFrames();">
  13.     <frame src="about:blank"
  14.            name="index_frame"
  15.            scrolling="no"
  16.            marginwidth="1"
  17.            marginheight="1"
  18.            noresize="noresize"/>
  19.     <frame src="about:blank"
  20.            name="title_frame"
  21.            scrolling="no"
  22.            marginwidth="1"
  23.            marginheight="1"
  24.            noresize="noresize"/>
  25.     <frame src="about:blank"
  26.            name="list_frame"
  27.            scrolling="auto"
  28.            marginwidth="0"
  29.            marginheight="0"
  30.            noresize="noresize"/>
  31.     <frame src="about:blank"
  32.            name="button_frame"
  33.            scrolling="no"
  34.            marginwidth="1"
  35.            marginheight="1"
  36.            noresize="noresize"/>
  37.   </frameset>
  38.  
  39. </xul:window>
  40.